home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / tpega.zip / GPMERGE.P < prev    next >
Text File  |  1986-01-19  |  573b  |  12 lines

  1. {                                                                             }
  2. {       EGA Graphic Primitive for Turbo Pascal 3.01A, Version 01FEB86.        }
  3. {       (C) 1986 by Kent Cedola, 2015 Meadow Lake Ct., Norfolk, VA, 23518     }
  4. {                                                                             }
  5. {       Description: Set the merge for other Graphic Primitives.              }
  6. {                                                                             }
  7.  
  8. procedure GPMERGE(Merge: Integer);
  9. begin
  10.   GDMERGE := Merge and $03 shl 3;
  11. end;
  12.